home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / beaverblast.swf / scripts / DefineButton2_64 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  251 b   |  9 lines

  1. on(release){
  2.    name = _root.name;
  3.    score = _root.score;
  4.    pass = "coolgames";
  5.    getURL(_root.scriptPath + "scores.php?name=" + _root.name + "&score=" + _root.score + "&pass=coolgames","_blank");
  6.    _root.gotoAndStop("init");
  7.    play();
  8. }
  9.